home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRAPHICS / SCGRAPH / SCGDEMO.EXE / 0 / RCDATA / TTITLESFORM / TTITLESFORM.txt
Text File  |  1996-11-08  |  9KB  |  360 lines

  1. object TitlesForm: TTitlesForm
  2.   Left = 300
  3.   Top = 262
  4.   Width = 635
  5.   Height = 454
  6.   Caption = 'Titles'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Menu = MainMenu1
  13.   Position = poDefault
  14.   Visible = True
  15.   WindowState = wsMaximized
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object ScGraph1: TScGraph
  21.     Left = 0
  22.     Top = 0
  23.     Width = 627
  24.     Height = 398
  25.     AutoMetrics = True
  26.     PlotColor = clTeal
  27.     MarginLeft = 10
  28.     MarginRight = 40
  29.     MarginTop = 10
  30.     MarginBottom = 10
  31.     Frame = True
  32.     GraphTitle.Title = True
  33.     GraphTitle.Caption = 'Titles and Legends'
  34.     GraphTitle.Position = 500
  35.     GraphTitle.Distance = 12
  36.     FramePen.Color = clGray
  37.     AxisPen.Color = clSilver
  38.     AxisPen.Width = 3
  39.     GridVertical.MajorGrid = False
  40.     GridVertical.MinorGrid = False
  41.     GridVertical.MajorGridStyle = psSolid
  42.     GridVertical.MinorGridStyle = psDot
  43.     GridVertical.MajorGridColor = clSilver
  44.     GridVertical.MinorGridColor = clSilver
  45.     GridVertical.MajorGridWidth = 1
  46.     GridVertical.MinorGridWidth = 0
  47.     GridHorizontal.MajorGrid = False
  48.     GridHorizontal.MinorGrid = False
  49.     GridHorizontal.MajorGridStyle = psSolid
  50.     GridHorizontal.MinorGridStyle = psDot
  51.     GridHorizontal.MajorGridColor = clSilver
  52.     GridHorizontal.MinorGridColor = clSilver
  53.     GridHorizontal.MajorGridWidth = 1
  54.     GridHorizontal.MinorGridWidth = 0
  55.     AxisTitleFont.Color = clBlack
  56.     AxisTitleFont.Height = -15
  57.     AxisTitleFont.Name = 'Arial'
  58.     AxisTitleFont.Style = []
  59.     TickLabelFont.Color = clWindowText
  60.     TickLabelFont.Height = -13
  61.     TickLabelFont.Name = 'MS Sans Serif'
  62.     TickLabelFont.Style = []
  63.     GraphTitleFont.Color = clBlack
  64.     GraphTitleFont.Height = -18
  65.     GraphTitleFont.Name = 'Arial'
  66.     GraphTitleFont.Style = []
  67.     LegendBox.ShowLegends = True
  68.     LegendBox.Placement = lbxNorthWest
  69.     LegendBox.Distance = 12
  70.     LegendBox.Framed = True
  71.     LegendBox.FrameColor = clGray
  72.     LegendBox.FrameWidth = 2
  73.     LegendBox.BoxColor = clSilver
  74.     LegendBox.BoxStyle = bsSolid
  75.     LegendFont.Color = clBlack
  76.     LegendFont.Height = -13
  77.     LegendFont.Name = 'Arial'
  78.     LegendFont.Style = []
  79.     XAxis.MajorTicks = True
  80.     XAxis.MinorTicks = True
  81.     XAxis.MajorTickLen = 16
  82.     XAxis.MinorTickLen = 8
  83.     XAxis.MajorTickWid = 2
  84.     XAxis.MinorTickWid = 1
  85.     XAxis.TickPosition = tpIn
  86.     XAxis.Title = True
  87.     XAxis.TitleText = 'Time, sec'
  88.     XAxis.TitleDist = 4
  89.     XAxis.TitlePos = 750
  90.     XAxis.TitleAngle = lr0
  91.     XAxis.TickLabels = True
  92.     XAxis.LabelFormat = '%3.0f'
  93.     XAxis.LabelDistance = 4
  94.     XAxis.LabelAngle = lr0
  95.     YAxis.MajorTicks = True
  96.     YAxis.MinorTicks = True
  97.     YAxis.MajorTickLen = 12
  98.     YAxis.MinorTickLen = 8
  99.     YAxis.MajorTickWid = 2
  100.     YAxis.MinorTickWid = 1
  101.     YAxis.TickPosition = tpIn
  102.     YAxis.Title = True
  103.     YAxis.TitleText = 'function value, arb. units'
  104.     YAxis.TitleDist = 4
  105.     YAxis.TitlePos = 750
  106.     YAxis.TitleAngle = lr90
  107.     YAxis.TickLabels = True
  108.     YAxis.LabelFormat = '%3.0f'
  109.     YAxis.LabelDistance = 4
  110.     YAxis.LabelAngle = lr0
  111.     XScale.ScaleType = stLin
  112.     XScale.Max = 205.000000000000000000
  113.     XScale.LinStep = 50.000000000000000000
  114.     XScale.MinRange = 10.000000000000000000
  115.     XScale.MinorTickNumber = 1
  116.     XScale.MinorLogPattern = [st20, st30, st40]
  117.     XScale.MajorLogPattern = [lt50]
  118.     XScale.AutoSizing = False
  119.     XScale.AutoStepping = True
  120.     YScale.ScaleType = stLin
  121.     YScale.Max = 18.000000000000000000
  122.     YScale.LinStep = 5.000000000000000000
  123.     YScale.MinRange = 10.000000000000000000
  124.     YScale.MinorTickNumber = 4
  125.     YScale.MinorLogPattern = [st20, st30, st40]
  126.     YScale.MajorLogPattern = [lt50]
  127.     YScale.AutoSizing = False
  128.     YScale.AutoStepping = True
  129.     Plotting = True
  130.     Align = alClient
  131.     BevelInner = bvLowered
  132.     BevelWidth = 2
  133.     ctl3d = True
  134.     ParentCtl3d = False
  135.     ParentFont = False
  136.   end
  137.   object MainMenu1: TMainMenu
  138.     Left = 592
  139.     Top = 8
  140.     object File1: TMenuItem
  141.       Caption = 'File'
  142.       GroupIndex = 1
  143.       ShortCut = 0
  144.       object Close1: TMenuItem
  145.         Caption = 'Close'
  146.         ShortCut = 0
  147.         OnClick = Close1Click
  148.       end
  149.       object Printersetup1: TMenuItem
  150.         Caption = 'Printer setup...'
  151.         ShortCut = 0
  152.         OnClick = Printersetup1Click
  153.       end
  154.       object Print1: TMenuItem
  155.         Caption = 'Print'
  156.         ShortCut = 0
  157.         OnClick = Print1Click
  158.       end
  159.       object N1: TMenuItem
  160.         Caption = '-'
  161.         ShortCut = 0
  162.       end
  163.       object Exit1: TMenuItem
  164.         Caption = 'Exit'
  165.         ShortCut = 0
  166.         OnClick = Exit1Click
  167.       end
  168.     end
  169.     object Edit1: TMenuItem
  170.       Caption = 'Edit'
  171.       GroupIndex = 2
  172.       ShortCut = 0
  173.       object CopyGraph1: TMenuItem
  174.         Caption = 'Copy Graph'
  175.         ShortCut = 0
  176.         OnClick = CopyGraph1Click
  177.       end
  178.       object Autometrics1: TMenuItem
  179.         Caption = 'Autometrics'
  180.         Checked = True
  181.         ShortCut = 0
  182.         OnClick = Autometrics1Click
  183.       end
  184.     end
  185.     object GraphTitle1: TMenuItem
  186.       Caption = 'GraphTitle'
  187.       GroupIndex = 4
  188.       ShortCut = 0
  189.       object Text1: TMenuItem
  190.         Caption = 'Text'
  191.         ShortCut = 0
  192.         OnClick = Text1Click
  193.       end
  194.       object Font1: TMenuItem
  195.         Caption = 'Font'
  196.         ShortCut = 0
  197.         OnClick = Font1Click
  198.       end
  199.       object Position1: TMenuItem
  200.         Caption = 'Position'
  201.         ShortCut = 0
  202.         OnClick = Position1Click
  203.       end
  204.     end
  205.     object XTitle1: TMenuItem
  206.       Caption = 'X-Title'
  207.       GroupIndex = 5
  208.       ShortCut = 0
  209.       object Text2: TMenuItem
  210.         Caption = 'Text'
  211.         ShortCut = 0
  212.         OnClick = Text2Click
  213.       end
  214.       object Font2: TMenuItem
  215.         Caption = 'Font'
  216.         ShortCut = 0
  217.         OnClick = Font2Click
  218.       end
  219.       object Position2: TMenuItem
  220.         Caption = 'Position'
  221.         ShortCut = 0
  222.         OnClick = Position2Click
  223.       end
  224.       object Direction1: TMenuItem
  225.         Caption = 'Direction'
  226.         ShortCut = 0
  227.         object N0deg1: TMenuItem
  228.           Caption = '0 deg'
  229.           ShortCut = 0
  230.           OnClick = N0deg1Click
  231.         end
  232.         object N90deg1: TMenuItem
  233.           Caption = '90 deg'
  234.           ShortCut = 0
  235.           OnClick = N90deg1Click
  236.         end
  237.         object N270deg1: TMenuItem
  238.           Caption = '270 deg'
  239.           ShortCut = 0
  240.           OnClick = N270deg1Click
  241.         end
  242.       end
  243.     end
  244.     object YTitle: TMenuItem
  245.       Caption = 'Y-Title'
  246.       GroupIndex = 6
  247.       ShortCut = 0
  248.       object Text3: TMenuItem
  249.         Caption = 'Text'
  250.         ShortCut = 0
  251.         OnClick = Text3Click
  252.       end
  253.       object Font3: TMenuItem
  254.         Caption = 'Font'
  255.         ShortCut = 0
  256.         OnClick = Font2Click
  257.       end
  258.       object Position3: TMenuItem
  259.         Caption = 'Position'
  260.         ShortCut = 0
  261.         OnClick = Position3Click
  262.       end
  263.       object Direction2: TMenuItem
  264.         Caption = 'Direction'
  265.         ShortCut = 0
  266.         object N0deg2: TMenuItem
  267.           Caption = '0 deg'
  268.           ShortCut = 0
  269.           OnClick = N0deg2Click
  270.         end
  271.         object N90deg2: TMenuItem
  272.           Caption = '90 deg'
  273.           ShortCut = 0
  274.           OnClick = N90deg2Click
  275.         end
  276.         object N270deg2: TMenuItem
  277.           Caption = '270 deg'
  278.           ShortCut = 0
  279.           OnClick = N270deg2Click
  280.         end
  281.       end
  282.     end
  283.     object Legends: TMenuItem
  284.       Caption = 'LegendBox'
  285.       GroupIndex = 6
  286.       ShortCut = 0
  287.       object Legends1: TMenuItem
  288.         Caption = 'Legends'
  289.         Checked = True
  290.         ShortCut = 0
  291.         OnClick = Legends1Click
  292.       end
  293.       object N2: TMenuItem
  294.         Caption = '-'
  295.         ShortCut = 0
  296.       end
  297.       object Font4: TMenuItem
  298.         Caption = 'Font'
  299.         ShortCut = 0
  300.         OnClick = Font4Click
  301.       end
  302.       object Position4: TMenuItem
  303.         Caption = 'Position'
  304.         ShortCut = 0
  305.         object Top1: TMenuItem
  306.           Caption = 'Top'
  307.           ShortCut = 0
  308.           OnClick = Top1Click
  309.         end
  310.         object Right1: TMenuItem
  311.           Caption = 'Right'
  312.           ShortCut = 0
  313.           OnClick = Right1Click
  314.         end
  315.         object Bottom1: TMenuItem
  316.           Caption = 'Bottom'
  317.           ShortCut = 0
  318.           OnClick = Bottom1Click
  319.         end
  320.         object Northwest1: TMenuItem
  321.           Caption = 'Northwest'
  322.           ShortCut = 0
  323.           OnClick = Northwest1Click
  324.         end
  325.         object Northeast1: TMenuItem
  326.           Caption = 'Northeast'
  327.           ShortCut = 0
  328.           OnClick = Northeast1Click
  329.         end
  330.         object Southwest1: TMenuItem
  331.           Caption = 'Southwest'
  332.           ShortCut = 0
  333.           OnClick = Southwest1Click
  334.         end
  335.         object Southeast1: TMenuItem
  336.           Caption = 'Southeast'
  337.           ShortCut = 0
  338.           OnClick = Southeast1Click
  339.         end
  340.       end
  341.     end
  342.     object Help1: TMenuItem
  343.       Caption = 'Help'
  344.       GroupIndex = 9
  345.       ShortCut = 0
  346.       OnClick = Help1Click
  347.     end
  348.   end
  349.   object FontDialog1: TFontDialog
  350.     Font.Color = clWindowText
  351.     Font.Height = -13
  352.     Font.Name = 'MS Sans Serif'
  353.     Font.Style = []
  354.     MinFontSize = 0
  355.     MaxFontSize = 0
  356.     Left = 560
  357.     Top = 8
  358.   end
  359. end
  360.